/* Add here all your CSS customizations */
/*.header {
    background: #E7EBF2;
}

.page-header {
    background: #13377E;
    border-left: 0px;
    color: #E7EBF2;
}

    .page-header h2 {
        border-bottom: 0px solid white;
    }

.sidebar-left {
    background: #2B4B8B;
    box-shadow: 0 0 0 0 inset;
}

    .sidebar-left .sidebar-header {
        background: #13377E;
    }

        .sidebar-left .sidebar-header .sidebar-title {
            color: #E7EBF2;
        }

        .sidebar-left .sidebar-header .sidebar-toggle {
            background-color: #13377E;
        }



.siderbar-left .nano {
    background: #2B4B8B;
}

html.sidebar-left-collapsed.fixed .sidebar-left .nano {
    background: #2B4B8B;
    box-shadow: 0px 0 0 #E7EBF2;
}

ul.nav-main li a {
    color: #E7EBF2;
}

    ul.nav-main li a:hover {
        background-color: #13377E;
    }

ul.nav-main li.nav-active a {
    box-shadow: 2px 0 0 #E7EBF2 inset;
}


.body {
    color: #5973A4;
    background: #E7EBF2;
}

a, .btn-link {
    color: #13377E;
}

    a:hover, .btn-link:hover {
        color: #1D2127;
    }

.panel-body {
    background: #ECEDF0;
}*/

.body-sign .panel-sign .panel-title-sign .title {
    background-color: #DC0A11;
}

.body-sign .panel-sign .panel-body {
    border-top-color: #DC0A11;
}

.login-btn {
    border-color: #DC0A11 !important;
    background-color: #DC0A11 !important;
}

/*.body .btn-primary {
    border-color: #13377E;
    background-color: #13377E;
}

    .body .btn-primary:hover {
        border-color: #2B4B8B !important;
        background-color: #2B4B8B;
    }*/
